home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
window
/
pcw_c
/
qblkdemo.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-01-30
|
368 b
|
14 lines
#include <stdio.h>
#include "pcwproto.h"
static char *block[] = {
"q_block_write() make writing arrays of character",
"strings a breeze because you do not have to set",
"up loops to do it yourself ",
NULL
};
void main(void) {
vcls();
q_block_write(10,CENTER,4,0,block);
}